home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / install / catalog.exe / catalog.DXR / 00002_AddToOrderListIcon.PICT.ls < prev    next >
Encoding:
Text File  |  1995-11-27  |  428 b   |  11 lines

  1. on mouseUp
  2.   global checkButtonSprite, gProductAbrv
  3.   puppetSound("CLIK2.AIF")
  4.   buttonRoutine(checkButtonSprite, "AddToOrderListIcon.PICT", "AddToOrderListIconc.PICT")
  5.   if (gProductAbrv = "66") or (gProductAbrv = "BP") or (gProductAbrv = "TF") or (gProductAbrv = "BS") or (gProductAbrv = "SA") or (gProductAbrv = "MAS") then
  6.     putUpChoiceDialog()
  7.   else
  8.     set the hilite of cast (gProductAbrv & "check") to 1
  9.   end if
  10. end
  11.